Skip to content

chore(release): publish packages#1326

Merged
grdsdev merged 1 commit into
mainfrom
chore/publish
Mar 24, 2026
Merged

chore(release): publish packages#1326
grdsdev merged 1 commit into
mainfrom
chore/publish

Conversation

@grdsdev
Copy link
Copy Markdown
Contributor

@grdsdev grdsdev commented Mar 24, 2026

  • gotrue@2.19.0
  • realtime_client@2.7.1
  • storage_client@2.5.0
  • supabase@2.10.3
  • supabase_flutter@2.12.1

 - gotrue@2.19.0
 - realtime_client@2.7.1
 - storage_client@2.5.0
 - supabase@2.10.3
 - supabase_flutter@2.12.1
Copilot AI review requested due to automatic review settings March 24, 2026 09:24
@grdsdev grdsdev requested a review from a team March 24, 2026 09:25
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release-publishing bump across the Dart/Flutter workspace packages, updating package versions, internal dependency pins, and changelogs to match the new published releases.

Changes:

  • Bump package versions for gotrue, realtime_client, storage_client, supabase, and supabase_flutter.
  • Update internal dependency pins (e.g., supabase now depends on gotrue 2.19.0, realtime_client 2.7.1, storage_client 2.5.0; supabase_flutter depends on supabase 2.10.3).
  • Add/extend changelog entries for each package and the repository-level CHANGELOG.md.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
packages/supabase_flutter/pubspec.yaml Bump supabase_flutter version and pin supabase dependency to 2.10.3.
packages/supabase_flutter/lib/src/version.dart Update supabase_flutter runtime version constant to 2.12.1.
packages/supabase_flutter/example/pubspec.yaml Bump example dependency to supabase_flutter ^2.12.1.
packages/supabase_flutter/CHANGELOG.md Add 2.12.1 changelog entry.
packages/supabase/pubspec.yaml Bump supabase version and update internal dependency pins (gotrue, realtime_client, storage_client).
packages/supabase/lib/src/version.dart Update supabase runtime version constant to 2.10.3.
packages/supabase/CHANGELOG.md Add 2.10.3 changelog entry.
packages/storage_client/pubspec.yaml Bump storage_client version to 2.5.0.
packages/storage_client/lib/src/version.dart Update storage_client runtime version constant to 2.5.0.
packages/storage_client/CHANGELOG.md Add 2.5.0 changelog entry with feature notes.
packages/realtime_client/pubspec.yaml Bump realtime_client version to 2.7.1.
packages/realtime_client/lib/src/version.dart Update realtime_client runtime version constant to 2.7.1.
packages/realtime_client/CHANGELOG.md Add 2.7.1 changelog entry with fix notes.
packages/gotrue/pubspec.yaml Bump gotrue version to 2.19.0.
packages/gotrue/lib/src/version.dart Update gotrue runtime version constant to 2.19.0.
packages/gotrue/CHANGELOG.md Add 2.19.0 changelog entry with fixes/features.
CHANGELOG.md Add repository release entry for 2026-03-24 referencing updated packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

flutter:
sdk: flutter
supabase_flutter: ^2.12.0
supabase_flutter: ^2.12.1
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example app’s Dart SDK constraint (>=2.15.0 <3.0.0) is incompatible with supabase_flutter ^2.12.1 (which requires Dart >=3.3.0). This will prevent flutter pub get from resolving dependencies; update the example’s environment.sdk range to align with the package’s minimum supported Dart/Flutter versions.

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
Comment on lines +21 to +27
- [`supabase` - `v2.10.3`](#supabase---v2103)
- [`supabase_flutter` - `v2.12.1`](#supabase_flutter---v2121)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supabase and supabase_flutter are listed under “Packages with other changes” with anchor links, but there are no corresponding sections for v2.10.3 / v2.12.1 in this release entry. Either add headings for these packages (even if they’re dependency-only bumps) or remove/avoid the links (and consider listing them only under “dependency updates only”) to prevent broken TOC links.

Suggested change
- [`supabase` - `v2.10.3`](#supabase---v2103)
- [`supabase_flutter` - `v2.12.1`](#supabase_flutter---v2121)
Packages with dependency updates only:
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
Packages with dependency updates only:
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

Copilot uses AI. Check for mistakes.
@@ -1,3 +1,7 @@
## 2.10.3

- Update a dependency to the latest release.
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry says “Update a dependency”, but pubspec.yaml for 2.10.3 bumps multiple dependencies (e.g., gotrue, realtime_client, storage_client). Consider updating this changelog line to reflect multiple dependency updates (and ideally name them) so the release notes are accurate and more useful to consumers.

Suggested change
- Update a dependency to the latest release.
- Update dependencies (gotrue, realtime_client, storage_client) to their latest releases.

Copilot uses AI. Check for mistakes.
@grdsdev grdsdev merged commit 70fe768 into main Mar 24, 2026
24 of 26 checks passed
@grdsdev grdsdev deleted the chore/publish branch March 24, 2026 10:02
@grdsdev grdsdev restored the chore/publish branch March 24, 2026 10:04
@grdsdev grdsdev deleted the chore/publish branch March 24, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants